Vcenter Deployment ApplianceState
Vcenter Deployment ApplianceState
The Vcenter Deployment ApplianceState enumerated type defines the various states the vCenter Appliance can be in.
Possible values:
NOT_INITIALIZED
: The appliance is in the process of being initialized and not ready for configuration.INITIALIZED
: The appliance is initialized and ready to be configured.CONFIG_IN_PROGRESS
: The appliance is in the process of being configured.QUESTION_RAISED
: The deployment script has raised a question and is waiting for an answer to continue with the appliance configuration.FAILED
: The appliance configuration has failed.CONFIGURED
: The appliance has been configured.
This enumeration was added in vSphere API 6.7.
This data structure has no properties.
Enumeration:
NOT_INITIALIZED,
INITIALIZED,
CONFIG_IN_PROGRESS,
QUESTION_RAISED,
FAILED,
CONFIGURED,